projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c79e3
)
Add --ldflags to configure line for building with
author
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:28 +0000
(13:43 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Mar 2001 13:43:28 +0000
(13:43 +0000)
recent versions of Cygwin GCC.
nt/INSTALL
patch
|
blob
|
history
diff --git
a/nt/INSTALL
b/nt/INSTALL
index 41ae5377a5b00793380d7b9a1b5a49fea45cb03d..e10ce7bc81f32925f110691faa6aa565c79b8c2d 100644
(file)
--- a/
nt/INSTALL
+++ b/
nt/INSTALL
@@
-108,6
+108,7
@@
1.1.8, you may need to specify some extra compiler flags like so:
configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__
+ --ldflags -mwin32
We will attempt to auto-detect the need for these flags in a future
release.